home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / qvtnet34.zip / QVTNET.INI < prev    next >
INI File  |  1993-07-20  |  13KB  |  753 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;       QVTNET.INI
  4. ;
  5. ;       Global configuration file for WinQVT/Net
  6. ;
  7. ;-----------------------------------------------------------------------------
  8.  
  9. [net]
  10. ;-----------------------------------------------------------------------------
  11. ;
  12. ;       Network Information
  13. ;
  14. ;-----------------------------------------------------------------------------
  15. ;
  16. ; name
  17. ;
  18. ; Your PC's host name (mandatory)
  19. ;
  20. name=
  21.  
  22. ;
  23. ; ip
  24. ;
  25. ; Your PC's IP address (mandatory)
  26. ; Use the format 'nnn.nnn.nnn.nnn'
  27. ;
  28. ip=
  29.  
  30. ;
  31. ; netmask
  32. ;
  33. ; The subnet mask in effect on your local network
  34. ;
  35. netmask=255.255.255.0
  36.  
  37. ;
  38. ; router
  39. ;
  40. ; The default router to use for network access outside the local subnet
  41. ; Use a complete host name as contained in QVTHOST.RC
  42. ;
  43. router=
  44.  
  45. ;
  46. ; arptime
  47. ;
  48. ; ARP timeout (in seconds)
  49. ;
  50. arptime=8
  51.  
  52. ;
  53. ; packet_vector
  54. ;
  55. ; The software interrupt you are using to communicate with the packet driver
  56. ; In hex, with or without the leading '0x'
  57. ; Must be in the range 60 through 7F
  58. ;
  59. packet_vector=0x60
  60.  
  61. ;
  62. ; packet_class
  63. ;
  64. ; Use 0 for Ethernet, 6 for SLIP
  65. ;
  66. packet_class=0
  67.  
  68.  
  69. [tcp]
  70. ;-----------------------------------------------------------------------------
  71. ;
  72. ;    TCP Tuning
  73. ;
  74. ;-----------------------------------------------------------------------------
  75. ;
  76. ; maxseg
  77. ;
  78. ; Maximum TCP segment we can receive
  79. ; Max=1024
  80. ;
  81. maxseg=1024
  82.  
  83. ;
  84. ; MTU (Maximum Transmission Unit)
  85. ;
  86. ; Largest TCP packet we will send
  87. ; Max=1024
  88. ;
  89. mtu=512
  90.  
  91. ;
  92. ; TCP Window Size
  93. ;
  94. ; Maximum advertised window size
  95. ; Max=4096
  96. ;
  97. window=1024
  98.  
  99. ;
  100. ; retrans
  101. ;
  102. ; Number of seconds to wait for response to SYN packet
  103. ; before retransmitting.
  104. ;
  105. retrans=2
  106.  
  107. ;
  108. ; contime
  109. ;
  110. ; Number of seconds to wait for connection to established
  111. ;
  112. contime=20
  113.  
  114.  
  115. [domain]
  116. ;-----------------------------------------------------------------------------
  117. ;
  118. ;       Domain nameserver information
  119. ;
  120. ;-----------------------------------------------------------------------------
  121. ;
  122. ; domain
  123. ;
  124. ; Default domain
  125. ;
  126. domain=
  127.  
  128. ;
  129. ; nameserver
  130. ;
  131. ; The default nameserver to consult for name/address lookups
  132. ; Use a complete hostname as listed in QVTHOST.RC
  133. ;
  134. nameserver=
  135.  
  136. ;
  137. ; domain_timeout
  138. ;
  139. ; Timeout for domain lookup (in seconds)
  140. ;
  141. domain_timeout=4
  142.  
  143. ;
  144. ; domain_retry
  145. ;
  146. ; number of retries for domain lookup
  147. ;
  148. domain_retry=3
  149.  
  150. ;
  151. ; domain_reuse
  152. ;
  153. ; Should WinQVT/Net reuse the first IP address returned by the nameserver,
  154. ; or do a new lookup for each new connection to a host?
  155. ; Values are 'yes' or 'no'
  156. ;
  157. domain_reuse=yes
  158.  
  159.  
  160. [localio]
  161. ;-----------------------------------------------------------------------------
  162. ;
  163. ;       PC Keyboard and printer information
  164. ;
  165. ;-----------------------------------------------------------------------------
  166.  
  167. ;
  168. ; kb_type
  169. ;
  170. ; 'enhanced': IBM 101-key 'Enhanced' keyboard
  171. ; 'lk250':    DEC LK250 keyboard
  172. ;
  173. kb_type=enhanced
  174.  
  175. ;
  176. ; keypad
  177. ;
  178. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  179. ;
  180. keypad=DEC
  181.  
  182. ;
  183. ; nl_mode
  184. ;
  185. ; Should <NumLock> key be forced ON or left alone
  186. ;
  187. nl_mode=lock
  188.  
  189.  
  190. [console]
  191. ;-----------------------------------------------------------------------------
  192. ;
  193. ;       Console Information
  194. ;
  195. ;-----------------------------------------------------------------------------
  196. ;
  197. ; winpos
  198. ;
  199. ; The initial screen location of the Console window
  200. ; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
  201. ; and 'y' is the vertical pixel offset.
  202. ; If not present, the console will be placed in the upper right corner
  203. ;
  204. winpos=
  205.  
  206. ;
  207. ; window
  208. ;
  209. ; Specifies whether the console message area should be displayed
  210. ; or hidden at program startup
  211. ;
  212. window=visible
  213.  
  214. ;
  215. ; forecolor
  216. ;
  217. ; The color that will be used to display text in the console window
  218. ; Use any of the standard IBM color names, or a 3-part RGB color spec
  219. ; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
  220. ; and 255.
  221. ;
  222. forecolor=white
  223.  
  224. ;
  225. ; backcolor
  226. ;
  227. ; The background color of the console window
  228. ; See 'forecolor' (above) for available choices
  229. ;
  230. backcolor=128,128,128
  231.  
  232. ;
  233. ; logging
  234. ;
  235. ; Specifies whether or not console messages should automatically be
  236. ; copied to the default logfile CONSOLE.LOG.
  237. ;
  238. logging=ON
  239.  
  240. ;
  241. ; auto_start
  242. ;
  243. ; A list of up to five clients that should be launched at program startup.
  244. ; To auto-start a terminal session, use the name of the terminal configuration,
  245. ; as listed in 'QVTNET.RC'.
  246. ; You may also auto-start ftp, nntp, and mail.
  247. ;
  248. auto_start=
  249.  
  250. ;
  251. ; editor
  252. ;
  253. ; Name of the text editor that the news reader and mail utility will use
  254. ;
  255. editor=notepad
  256.  
  257.  
  258. [servers]
  259. ;-----------------------------------------------------------------------------
  260. ;
  261. ;       Server Information
  262. ;
  263. ;-----------------------------------------------------------------------------
  264. ;
  265. ; ftp
  266. ;
  267. ; If 'on', the ftp server will be started at program startup time
  268. ;
  269. ftp=off
  270.  
  271. ;
  272. ; rcp
  273. ;
  274. ; If 'on', the rcp server will be started at program startup time
  275. ;
  276. rcp=off
  277.  
  278. ;
  279. ; passfile
  280. ;
  281. ; The name of the file which contains security information for remote ftp logins
  282. ; This file is created and maintained by the PASSWD.EXE utility.
  283. ; Use a fully-qualified pathname.
  284. ; Note: FTP users must have a username and password to log on!
  285. ;
  286. passfile=
  287.  
  288. ;
  289. ; login_dir
  290. ;
  291. ; The directory to which authorized FTP users will be attached at login time
  292. ;
  293. login_dir=
  294.  
  295. ;
  296. ; anonftp_dir
  297. ;
  298. ; The directory to which anonymous ftp users will be attached at login,
  299. ; and to which they will be restricted during sessions.
  300. ;
  301. anonftp_dir=
  302.  
  303.  
  304. [terminal]
  305. ;-----------------------------------------------------------------------------
  306. ;
  307. ;       Terminal Client Setup
  308. ;
  309. ;-----------------------------------------------------------------------------
  310. ;
  311. ; port
  312. ;
  313. ; default TCP port to use: telnet or rlogin
  314. ;
  315. port=telnet
  316.  
  317. ;
  318. ; forecolor
  319. ;
  320. ; The color which will be used to display text
  321. ;
  322. forecolor=white
  323.  
  324. ;
  325. ; backcolor
  326. ;
  327. ; The background color of the Terminal window
  328. ;
  329. backcolor=black
  330.  
  331. ;
  332. ; boldcolor
  333. ;
  334. ; The color which will be used to display 'high-intensity' text
  335. ;
  336. boldcolor=cyan
  337.  
  338. ;
  339. ; backspace
  340. ;
  341. ; The ASCII value which will be transmitted by the <Backspace> key
  342. ;
  343. backspace=DEL
  344.  
  345. ;
  346. ; local_echo
  347. ;
  348. ; Should keystrokes be echoed locally, or by the host?
  349. ;
  350. local_echo=off
  351.  
  352. ;
  353. ; wrap
  354. ;
  355. ; Automatically wrap back to column 1 after reaching EOL
  356. ;
  357. wrap=on
  358.  
  359. ;
  360. ; terminal
  361. ;
  362. ; Which terminal to emulate: VT200, VT100, VT52
  363. ;
  364. terminal=VT200
  365.  
  366. ;
  367. ; charset
  368. ;
  369. ; Which font to use: DEC, IBM, ANSI, Terminal
  370. ;
  371. font=DEC
  372.  
  373. ;
  374. ; fontsize
  375. ;
  376. ; Use 'large' or 'small' DEC font (when 'charset=DEC')
  377. ;
  378. fontsize=LARGE
  379.  
  380. ;
  381. ; bell
  382. ;
  383. ; Will the terminal's bell sound when the BEL character is received?
  384. ;
  385. bell=on
  386.  
  387. ;
  388. ; win_height
  389. ;
  390. ; The height of the terminal window, in text lines.
  391. ; 12 <=win_height <= 48
  392. ;
  393. win_height=24
  394.  
  395. ;
  396. ; win_width
  397. ;
  398. ; The width of the terminal window, in text columns
  399. ; 40 <=win_height <= 160
  400. ;
  401. win_width=80
  402.  
  403. ;
  404. ; scroll
  405. ;
  406. ; Specifies asynchronous (the default) or synchronous scrolling.
  407. ;
  408. scroll=async
  409.  
  410. ;
  411. ; buffer
  412. ;
  413. ; Specifies the number of lines in the scrollback buffer
  414. ;
  415. buffer=72
  416.  
  417. ;
  418. ; script
  419. ;
  420. ; The name of the file containing script commands to be executed
  421. ; after a connection has been established
  422. ;
  423. script=
  424.  
  425. ;
  426. ; keymap
  427. ;
  428. ; The name of the file containing default key redefinitions
  429. ; Fully-qualified pathname recommended
  430. ;
  431. keymap=
  432.  
  433. ;
  434. ; username
  435. ;
  436. ; The default username to supply to the 'rlogin' protocol
  437. ;
  438. username=
  439.  
  440.  
  441. [ftp]
  442. ;-----------------------------------------------------------------------------
  443. ;
  444. ;       FTP Client Setup
  445. ;
  446. ;-----------------------------------------------------------------------------
  447. ;
  448. ; font
  449. ;
  450. ; The font that will be used to display text in the FTP window
  451. ; Available choices are 'system' and 'ansi'
  452. ;
  453. font=SYSTEM
  454.  
  455. ;
  456. ; forecolor
  457. ;
  458. ; The color that will be used to display text in the FTP window
  459. ; You can use one of the 8 standard IBM PC colors, or an RGB color
  460. ; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
  461. ; between 0 and 255.
  462. ;
  463. forecolor=white
  464.  
  465. ;
  466. ; backcolor
  467. ;
  468. ; The background color of the FTP window
  469. ; Use one of the standard IBM PC colors, or an RGB color spec.
  470. ;
  471. backcolor=black
  472.  
  473. ;
  474. ; winpos
  475. ;
  476. ; The initial position of the FTP window.
  477. ; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
  478. ; expressed in decimal.
  479. ;
  480. winpos=
  481.  
  482. ;
  483. ; autologin
  484. ;
  485. ; Initiate a login dialog at window create time
  486. ;
  487. autologin=on
  488.  
  489. ;
  490. ; logindir
  491. ;
  492. ; Specifies which directory on the PC to attach to
  493. ; when starting the FTP client
  494. ;
  495. logindir=
  496.  
  497. ;
  498. ; filemode
  499. ;
  500. ; The file transfer mode: ascii or binary
  501. ;
  502. filemode=ascii
  503.  
  504. ;
  505. ; hash
  506. ;
  507. ; Hash mark display during transfer: on or off
  508. ;
  509. hash=on
  510.  
  511. ;
  512. ; verbose
  513. ;
  514. ; Display server responses: on or off
  515. ;
  516. verbose=on
  517.  
  518. ;
  519. ; prompt
  520. ;
  521. ; Confirm each file in a multi-file transaction (e.g., mget, mdele)
  522. ;
  523. prompt=on
  524.  
  525. ;
  526. ; bell
  527. ;
  528. ; Sound bell after completion of transfers: on or off
  529. ;
  530. bell=off
  531.  
  532.  
  533. [nntp]
  534. ;-----------------------------------------------------------------------------
  535. ;
  536. ;       NNTP Client (News Reader) Setup
  537. ;
  538. ;-----------------------------------------------------------------------------
  539. ;
  540. ; nntp_host
  541. ;
  542. ; Hostname of the local NNTP server
  543. ;
  544. host=
  545.  
  546. ;
  547. ; nntp_font
  548. ;
  549. ; The font that will be used by the news reader to display text
  550. ; Available choices are 'system', 'ansi', and 'helv'
  551. ;
  552. font=HELV
  553.  
  554. ;
  555. ; forecolor
  556. ;
  557. ; The color that will be used to display text in the news reader window
  558. ; Use one of the 8 standard IBM PC colors
  559. ;
  560. forecolor=white
  561.  
  562. ;
  563. ; backcolor
  564. ;
  565. ; The background color for the news reader window
  566. ; Use one of the 8 standard IBM PC colors
  567. ;
  568. backcolor=blue
  569.  
  570. ;
  571. ; winpos
  572. ;
  573. ; The initial (x,y) position of the news reader window,
  574. ; expressed as a pixel offset from the origin (upper-left is 0,0)
  575. ;
  576. winpos=30,10
  577.  
  578. ;
  579. ; win_height
  580. ;
  581. ; The initial number of text lines in the news reader window
  582. ; Default is 24, max is 36
  583. ;
  584. win_height=24
  585.  
  586. ;
  587. ; list_height
  588. ;
  589. ; The number of lines in the listbox that the news reader uses
  590. ; to show newsgroups and article subject lines. This value can
  591. ; vary between 2 and 10.
  592. ;
  593. list_height=5
  594.  
  595. ;
  596. ; autologin
  597. ;
  598. ; Initiate a login dialog at window create time
  599. ;
  600. autologin=on
  601.  
  602. ;
  603. ; savedir
  604. ;
  605. ; The default directory where news articles will be saved
  606. ;
  607. savedir=c:\news
  608.  
  609. ;
  610. ; autologin
  611. ;
  612. ; Specify whether login should initiate as soon as window is created
  613. ;
  614. autologin=off
  615.  
  616.  
  617. [pop]
  618. ;-----------------------------------------------------------------------------
  619. ;
  620. ;       POP3 (Mail) Client Setup
  621. ;
  622. ;-----------------------------------------------------------------------------
  623. ;
  624. ; host
  625. ;
  626. ; The default host name on which the local POP3 server is running
  627. ;
  628. host=
  629.  
  630. ;
  631. ; username
  632. ;
  633. ; The default username for POP3 logins
  634. ;
  635. username=
  636.  
  637. ;
  638. ; font
  639. ;
  640. ; The font that will be used to display text in the POP3 window
  641. ; Choices are 'system', 'ansi', or 'helv'
  642. ;
  643. font=HELV
  644.  
  645. ;
  646. ; forecolor
  647. ;
  648. ; The color that will be used to display text
  649. ; Use one of the 8 standard IBM PC colors
  650. ;
  651. forecolor=white
  652.  
  653. ;
  654. ; backcolor
  655. ;
  656. ; The background color of the POP3 window
  657. ; Use one of the 8 standard IBM PC colors
  658. ;
  659. backcolor=black
  660.  
  661. ;
  662. ; winpos
  663. ;
  664. ; The initial position of the Mail window
  665. ; Syntax is 'winpos=x,y' where 'x' and 'y' are pixel offsets
  666. ; from the origin (upper-left), expressed in decimal
  667. ;
  668. winpos=
  669.  
  670. ;
  671. ; autologin
  672. ;
  673. ; Specify whether login should initiate as soon as window is created
  674. ;
  675. autologin=off
  676.  
  677. ;
  678. ; keep_password
  679. ;
  680. ; Specify whether password should be retained between sessions
  681. ;
  682. keep_password=no
  683.  
  684. ;
  685. ; background
  686. ;
  687. ; Enables/disables the background mail check
  688. ; Set to 'on' to enable, 'off' to disable
  689. ;
  690. background=off
  691.  
  692. ;
  693. ; mailcheck_interval
  694. ;
  695. ; Specifies how many minutes will elapse between 'new mail' checks
  696. ;
  697. mailcheck_interval=5
  698.  
  699. ;
  700. ; savedir
  701. ;
  702. ; The default directory for saving mail messages
  703. ; Use a fully-qualified pathname, with no trailing backslash
  704. ;
  705. savedir=c:\mail
  706.  
  707. ;
  708. ; Protocol
  709. ;
  710. ; Specifies whether extended POP3 (i.e., XTND XMIT) or SMTP
  711. ; should be the protocol used for sending mail (or replies)
  712. ;
  713. protocol=pop3
  714.  
  715. ;
  716. ; smtp_return
  717. ;
  718. ; If you use SMTP to send mail, you should specify
  719. ; your return address here. Otherwise, WinQVT/Net will
  720. ; generate a return address from your username and
  721. ; the default domain (see [domain] above).
  722. ;
  723. smtp_return=
  724.  
  725.  
  726. [lpr]
  727. ;-----------------------------------------------------------------------------
  728. ;
  729. ;       lpr Client Setup
  730. ;
  731. ;-----------------------------------------------------------------------------
  732. ;
  733. ; hostname
  734. ;
  735. ; The host on which the local lpr daemon is running
  736. ;
  737. hostname=
  738.  
  739. ;
  740. ; qname
  741. ;
  742. ; The name of the print queue to use, e.g. 'lp'
  743. ;
  744. qname=lp
  745.  
  746. ;
  747. ; username
  748. ;
  749. ; The username under which the print job will be submitted
  750. ; to the lpr daemon.
  751. ;
  752. username=
  753.